Class Honeypot

Summary

Fully Qualified Name: CodeIgniter\Honeypot\Honeypot

Description

class Honeypot

Methods

Name Description Defined By
attachHoneypot() Attaches Honeypot template to response. Honeypot
hasContent() Checks the request if honeypot field has data. Honeypot

Method Details

attachHoneypot()

Attaches Honeypot template to response.

Parameter Name Type Description
$response \CodeIgniter\HTTP\ResponseInterface

Returns:

hasContent()

Checks the request if honeypot field has data.

Parameter Name Type Description
$request \CodeIgniter\HTTP\RequestInterface

Returns:

Top